home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / pixplay / pixplay.exe / {app} / PixPlay.exe / 0 / RCDATA / TFRMOPTIONS / TFRMOPTIONS.txt
Text File  |  2004-12-09  |  4KB  |  180 lines

  1. object frmOptions: TfrmOptions
  2.   Left = 316
  3.   Top = 187
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Advanced CD-ROM Options'
  7.   ClientHeight = 246
  8.   ClientWidth = 293
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   ShowHint = True
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 185
  24.     Height = 229
  25.     Shape = bsFrame
  26.   end
  27.   object lblCache: TLabel
  28.     Left = 104
  29.     Top = 111
  30.     Width = 65
  31.     Height = 13
  32.     Alignment = taRightJustify
  33.     AutoSize = False
  34.     Caption = '0'
  35.     Transparent = True
  36.   end
  37.   object Label4: TLabel
  38.     Left = 20
  39.     Top = 111
  40.     Width = 65
  41.     Height = 13
  42.     AutoSize = False
  43.     Caption = 'Cache Size :'
  44.     Transparent = True
  45.   end
  46.   object lblWriteMethod: TLabel
  47.     Left = 20
  48.     Top = 20
  49.     Width = 86
  50.     Height = 13
  51.     Caption = 'CD Write Method:'
  52.   end
  53.   object bTAO: TRadioButton
  54.     Left = 28
  55.     Top = 82
  56.     Width = 149
  57.     Height = 21
  58.     Hint = 
  59.       'Specifies the method that DVD PixPlay uses to write to the CD.  ' +
  60.       'Do not change this value unless you are having problems writing ' +
  61.       'disks'
  62.     Caption = 'Track At Once'
  63.     TabOrder = 2
  64.   end
  65.   object bSAO: TRadioButton
  66.     Left = 28
  67.     Top = 60
  68.     Width = 149
  69.     Height = 21
  70.     Hint = 
  71.       'Specifies the method that DVD PixPlay uses to write to the CD.  ' +
  72.       'Do not change this value unless you are having problems writing ' +
  73.       'disks'
  74.     Caption = 'Session At Once'
  75.     TabOrder = 1
  76.   end
  77.   object bDAO: TRadioButton
  78.     Left = 28
  79.     Top = 38
  80.     Width = 149
  81.     Height = 21
  82.     Hint = 
  83.       'Specifies the method that DVD PixPlay uses to write to the CD.  ' +
  84.       'Do not change this value unless you are having problems writing ' +
  85.       'disks'
  86.     Caption = 'Disc At Once'
  87.     TabOrder = 0
  88.   end
  89.   object cCloseDisc: TCheckBox
  90.     Left = 24
  91.     Top = 213
  92.     Width = 145
  93.     Height = 17
  94.     Hint = 
  95.       'Finalizes the disk, preventing any further data from being writt' +
  96.       'en to it'
  97.     Caption = 'Close Disc'
  98.     Checked = True
  99.     State = cbChecked
  100.     TabOrder = 6
  101.   end
  102.   object cUnderrunProtection: TCheckBox
  103.     Left = 24
  104.     Top = 191
  105.     Width = 145
  106.     Height = 18
  107.     Hint = 
  108.       'Enables Underrun Protection (if supported by the CD Writer) - en' +
  109.       'ables Burn-Proof mode for buffer under-run protected recording.'
  110.     Caption = 'Underrun Protection'
  111.     Checked = True
  112.     State = cbChecked
  113.     TabOrder = 5
  114.   end
  115.   object cOPC: TCheckBox
  116.     Left = 24
  117.     Top = 168
  118.     Width = 145
  119.     Height = 18
  120.     Hint = 
  121.       'Performing OPC is a special technique used in newer CD-Recorders' +
  122.       ' for monitoring and maintaining the quality of the disc writing ' +
  123.       'and ensuring the accuracy of all the mark and lands lengths acro' +
  124.       'ss the disc. The term Performing OPC actually describes a genera' +
  125.       'l process which is also known by several trade names including "' +
  126.       'Dynamic Power Control (DPC)" and "Direct Read During Write (DRDW' +
  127.       ')". There may be differences in execution which gives some of th' +
  128.       'ese implementations competitive advantages over others.'
  129.     Caption = 'Perform OPC'
  130.     TabOrder = 4
  131.   end
  132.   object sCacheSize: TTrackBar
  133.     Left = 21
  134.     Top = 127
  135.     Width = 156
  136.     Height = 29
  137.     Hint = 
  138.       'This setting provides a level of Under-Run Protection using soft' +
  139.       'ware buffers. The data, to be burnt, is kept in the system RAM, ' +
  140.       'before it is burnt to the disc. It should be more than 2 MB'
  141.     Max = 64
  142.     Min = 2
  143.     Orientation = trHorizontal
  144.     Frequency = 4
  145.     Position = 2
  146.     SelEnd = 0
  147.     SelStart = 0
  148.     TabOrder = 3
  149.     TickMarks = tmBottomRight
  150.     TickStyle = tsAuto
  151.     OnChange = sCacheSizeChange
  152.   end
  153.   object btnOK: TsitBitBtn
  154.     Left = 200
  155.     Top = 179
  156.     Width = 81
  157.     Height = 25
  158.     Caption = 'OK'
  159.     Default = True
  160.     ModalResult = 1
  161.     TabOrder = 7
  162.     OnClick = btnOKClick
  163.     Images = frmMain.ImageList1
  164.     ImageIndex = 0
  165.   end
  166.   object btnCancel: TsitBitBtn
  167.     Left = 200
  168.     Top = 211
  169.     Width = 81
  170.     Height = 25
  171.     Cancel = True
  172.     Caption = 'Cancel'
  173.     ModalResult = 2
  174.     TabOrder = 8
  175.     OnClick = btnCancelClick
  176.     Images = frmMain.ImageList1
  177.     ImageIndex = 1
  178.   end
  179. end
  180.